home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_50006.txt < prev    next >
Text File  |  1990-08-24  |  4KB  |  175 lines

  1. -- card: 50006 from stack: in.0
  2. -- bmap block id: 50318
  3. -- flags: 0000
  4. -- background id: 15491
  5. -- name: Styled Text & H
  6.  
  7.  
  8. -- part 13 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=286 top=139 right=308 bottom=457
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 174
  16. -- text size: 14
  17. -- style flags: 16384
  18. -- line height: 19
  19. -- part name: List
  20.  
  21.  
  22. -- part 8 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=70 top=139 right=295 bottom=246
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 174
  30. -- text size: 14
  31. -- style flags: 16384
  32. -- line height: 19
  33. -- part name: List
  34.  
  35.  
  36. -- part 14 (button)
  37. -- low flags: 00
  38. -- high flags: 2000
  39. -- rect: left=39 top=138 right=180 bottom=227
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: using styled text in fields
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   go cd the short name of me
  51. end mouseUp
  52.  
  53.  
  54.  
  55. -- part 15 (button)
  56. -- low flags: 00
  57. -- high flags: 2000
  58. -- rect: left=39 top=196 right=238 bottom=227
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: default styles
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   go cd the short name of me
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 16 (button)
  75. -- low flags: 00
  76. -- high flags: 2000
  77. -- rect: left=39 top=251 right=293 bottom=227
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: changing text from scripts
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   go cd the short name of me
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 17 (button)
  94. -- low flags: 00
  95. -- high flags: 2000
  96. -- rect: left=253 top=138 right=180 bottom=441
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: “hot text”
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   go cd the short name of me
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 18 (button)
  113. -- low flags: 00
  114. -- high flags: 2000
  115. -- rect: left=253 top=196 right=238 bottom=441
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: the “group” text style
  124. ----- HyperTalk script -----
  125. on mouseUp
  126.   go cd the short name of me
  127. end mouseUp
  128.  
  129.  
  130.  
  131. -- part 19 (button)
  132. -- low flags: 00
  133. -- high flags: 2000
  134. -- rect: left=253 top=251 right=293 bottom=441
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 0 / 0
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: how grouping text works
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   go cd the short name of me
  146. end mouseUp
  147.  
  148.  
  149.  
  150. -- part contents for card part 8
  151. ----- text -----
  152. USING STYLED TEXT 
  153. IN FIELDS
  154.  
  155. DEFAULT STYLES & FONTS FOR FIELDS
  156.  
  157. CHANGING TEXT FROM SCRIPTS
  158.  
  159.  
  160.  
  161. -- part contents for card part 13
  162. ----- text -----
  163. ‚ÄúHOT TEXT‚Äù
  164.  
  165.  
  166. THE ‚ÄúGROUP‚Äù 
  167. TEXT STYLE
  168.  
  169. HOW GROUPING TEXT WORKS
  170.  
  171.  
  172. -- part contents for background part 6
  173. ----- text -----
  174.  
  175. Fields in HyperCard 2.0 can contain multiple fonts, sizes, and styles, and have been modified to support user‚Äôs interaction with text. Click the options to learn more about these features.